home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / vbcc-68k-src / machines / amiga68k / include / inline / colorwheel_protos.h < prev    next >
Text File  |  1999-01-01  |  429b  |  6 lines

  1. void  __ConvertHSBToRGB(__reg("a0") struct ColorWheelHSB *hsb,__reg("a1") struct ColorWheelRGB *rgb ,__reg("a6") void *)="\tjsr\t-30(a6)";
  2. #define ConvertHSBToRGB(x1,x2) __ConvertHSBToRGB((x1),(x2),ColorWheelBase)
  3. void  __ConvertRGBToHSB(__reg("a0") struct ColorWheelRGB *rgb,__reg("a1") struct ColorWheelHSB *hsb ,__reg("a6") void *)="\tjsr\t-36(a6)";
  4. #define ConvertRGBToHSB(x1,x2) __ConvertRGBToHSB((x1),(x2),ColorWheelBase)
  5.  
  6.